home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / v cisle / xulplayer / xulplayer-0.2.1.5.exe / application.ini next >
INI File  |  2007-07-29  |  1KB  |  38 lines

  1. [App]
  2. ;
  3. ; This field specifies your organization's name.  This field is recommended,
  4. ; but optional.
  5. Vendor=Sinovation
  6. ;
  7. ; This field specifies your application's name.  This field is required.
  8. Name=XulPlayer
  9. ;
  10. ; This field specifies your application's version.  This field is optional.
  11. Version=1.0
  12. ;
  13. ; This field specifies your application's build ID (timestamp).  This field is
  14. ; required.
  15. BuildID=20070421
  16. ;
  17. ; This field specifies a compact copyright notice for your application.  This
  18. ; field is optional.
  19. Copyright=
  20. ;
  21. ; This ID is just an example.  Every XUL app ought to have it's own unique ID.
  22. ; You can use the microsoft "guidgen" or "uuidgen" tools, or go on
  23. ; irc.mozilla.org and /msg botbot uuid.  This field is optional.
  24. ID=XulPlayer
  25.  
  26. [Gecko]
  27. ;
  28. ; This field is required.  It specifies the minimum Gecko version that this
  29. ; application requires.  Specifying 1.8 matches all releases with a version
  30. ; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2).
  31. MinVersion=1.8
  32. ;
  33. ; This field is optional.  It specifies the maximum Gecko version that this
  34. ; application requires.  It should be specified if your application uses
  35. ; unfrozen interfaces.  Specifying 1.8 matches all releases with a version
  36. ; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2).
  37. MaxVersion=1.9
  38.